home *** CD-ROM | disk | FTP | other *** search
/ funcom 2000 Presskit / 000721_1312 (fun.com).iso / index.dir / 00005_Script_on start movie < prev    next >
Text File  |  2000-04-18  |  229b  |  10 lines

  1. on startMovie
  2.   repeat with i = 20 to 26
  3.     set the visible of sprite (i) to 0
  4.     updateStage
  5.   end repeat
  6.   set the volume of sound 1 to 200
  7.   set the volume of sound 2 to 200
  8.   set the visible of sprite 100 to 0
  9. end
  10.